ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartCore<T> Class / InterpolateNulls Property






In This Topic
    InterpolateNulls Property (FlexChartCore<T>)
    In This Topic
    Gets or sets whether to interpolate null values in the data. If true, the chart interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values.
    Syntax
    'Declaration
     
    
    Public Property InterpolateNulls As System.Boolean
    'Usage
     
    
    Dim instance As FlexChartCore(Of T)
    Dim value As System.Boolean
     
    instance.InterpolateNulls = value
     
    value = instance.InterpolateNulls
    public System.bool InterpolateNulls {get; set;}
    public read-write property InterpolateNulls: System.Boolean; 
    public function get,set InterpolateNulls : System.boolean
    public: __property System.bool get_InterpolateNulls();
    public: __property void set_InterpolateNulls( 
       System.bool value
    );
    public:
    property System.bool InterpolateNulls {
       System.bool get();
       void set (    System.bool value);
    }
    See Also